Class com.symantec.itools.vcafe.openapi.plugin.PlugInTab
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.vcafe.openapi.plugin.PlugInTab
Object
|
+----PlugInView
|
+----com.symantec.itools.vcafe.openapi.plugin.PlugInTab
- public abstract class PlugInTab
- extends PlugInView
PlugInTab provides the basic functionality to add a tabbed window into a Visual Cafe
window such as Environment Options dialog box.
-
com.symantec.itools.vcafe.openapi.plugin.PlugInTab()
-
-
onCancel()
- This method is called by the framework when the Cancel button in the options window
is selected.
-
onHelp()
- This method is called by the framework when the Help button in the options window
is selected.
-
onOk()
- This method is called by the framework when the OK button in the options window
is selected.
-
setModified(boolean)
- Set the dirty flag
PlugInTab
public PlugInTab()
onCancel
public void onCancel()
- This method is called by the framework when the Cancel button in the options window
is selected. A plug in view might perform any clean up at this point. The default
implementation is empty.
onHelp
public void onHelp()
- This method is called by the framework when the Help button in the options window
is selected. A plug in view might open a help window at this point. The default implementation
is empty.
onOk
public void onOk()
- This method is called by the framework when the OK button in the options window
is selected. A plug in view might save any data at this point. The default
implementation is empty.
setModified
public void setModified(boolean flag)
- Set the dirty flag
- Parameters:
- dirty - flag on/off
All Packages Class Hierarchy This Package Previous Next Index